home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 126
- Width = 690
- Height = 281
- Caption = 'Drag pictures from the file list to the image control'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefaultPosOnly
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object DirLabel: TLabel
- Left = 168
- Top = 12
- Width = 51
- Height = 13
- Caption = 'D:\...\Files'
- end
- object Bevel1: TBevel
- Left = 312
- Top = 8
- Width = 361
- Height = 237
- end
- object Image: TImage
- Left = 313
- Top = 9
- Width = 359
- Height = 235
- Stretch = True
- OnDragDrop = ImageDragDrop
- OnDragOver = ImageDragOver
- end
- object FileEdit: TEdit
- Left = 8
- Top = 8
- Width = 145
- Height = 21
- TabOrder = 0
- Text = '*.bmp'
- end
- object FileList: TFileListBox
- Left = 8
- Top = 40
- Width = 145
- Height = 177
- FileEdit = FileEdit
- ItemHeight = 13
- Mask = '*.bmp'
- TabOrder = 1
- OnDblClick = FileListDblClick
- OnMouseDown = FileListMouseDown
- end
- object DirList: TDirectoryListBox
- Left = 160
- Top = 40
- Width = 145
- Height = 177
- DirLabel = DirLabel
- FileList = FileList
- ItemHeight = 16
- TabOrder = 2
- end
- object DriveCombo: TDriveComboBox
- Left = 160
- Top = 224
- Width = 145
- Height = 19
- DirList = DirList
- TabOrder = 3
- end
- object FilterCombo: TFilterComboBox
- Left = 8
- Top = 224
- Width = 145
- Height = 21
- FileList = FileList
- Filter = 'Bitmap files (*.bmp)|*.bmp|All files (*.*)|*.*'
- TabOrder = 4
- end
- end
-